home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Source
/
StereoScope-3.2
/
GNULicense.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-01-08
|
292 b
|
21 lines
// Note: the interface to this object is NOT copyrighted, but the
// implementation is.
#import <objc/Object.h>
#import <appkit/Speaker.h>
@interface GNULicense:Object
{
id panel;
Speaker *speaker;
}
+ new;
- showLicense:sender;
- printLicense:sender;
- setPanel:anObject;
@end